home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Crackme100.exe / 0 / RCDATA / TPRINCIPALE / TPRINCIPALE.txt < prev   
Encoding:
Text File  |  1999-02-19  |  1.7 KB  |  97 lines

  1. object Principale: TPrincipale
  2.   Left = 279
  3.   Top = 228
  4.   BorderStyle = bsDialog
  5.   Caption = 'CrackMe by - aLoNg3x - v. 1.00'
  6.   ClientHeight = 132
  7.   ClientWidth = 292
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object _Nome: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 31
  22.     Height = 13
  23.     Caption = 'Nome:'
  24.   end
  25.   object _Codice: TLabel
  26.     Left = 8
  27.     Top = 32
  28.     Width = 36
  29.     Height = 13
  30.     Caption = 'Codice:'
  31.   end
  32.   object Pannello: TPanel
  33.     Left = 0
  34.     Top = 64
  35.     Width = 292
  36.     Height = 68
  37.     Align = alBottom
  38.     BevelOuter = bvLowered
  39.     TabOrder = 0
  40.     object Image1: TImage
  41.       Left = 1
  42.       Top = 1
  43.       Width = 290
  44.       Height = 66
  45.       Align = alClient
  46.       Picture.Data = {<image000.bmp>}
  47.       Stretch = True
  48.     end
  49.     object Ok: TButton
  50.       Left = 24
  51.       Top = 16
  52.       Width = 113
  53.       Height = 41
  54.       Caption = 'Ok'
  55.       Enabled = False
  56.       TabOrder = 0
  57.       OnClick = OkClick
  58.     end
  59.     object Cancella: TButton
  60.       Left = 152
  61.       Top = 16
  62.       Width = 113
  63.       Height = 41
  64.       Caption = 'Cancella'
  65.       TabOrder = 1
  66.       OnClick = CancellaClick
  67.     end
  68.   end
  69.   object Nome: TEdit
  70.     Left = 56
  71.     Top = 8
  72.     Width = 89
  73.     Height = 21
  74.     MaxLength = 10
  75.     TabOrder = 1
  76.     OnChange = NomeChange
  77.   end
  78.   object Codice: TEdit
  79.     Left = 56
  80.     Top = 32
  81.     Width = 89
  82.     Height = 21
  83.     TabOrder = 2
  84.     Text = '0'
  85.     OnChange = CodiceChange
  86.   end
  87.   object About: TButton
  88.     Left = 168
  89.     Top = 8
  90.     Width = 105
  91.     Height = 49
  92.     Caption = 'About - Help'
  93.     TabOrder = 3
  94.     OnClick = AboutClick
  95.   end
  96. end
  97.